Q3String_GetType
You can use theQ3String_GetType
function to get the type of a string.
TQ3ObjectType Q3String_GetType (TQ3StringObject stringObj);
stringObj
- A string object.
DESCRIPTION
TheQ3String_GetType
function returns, as its function result, the type of the string specified by thestringObj
parameter. The type of string currently supported by QuickDraw 3D is defined by a constant:
kQ3StringTypeCStringIf the type of the string cannot be determined or is invalid,Q3String_GetType
returns the valuekQ3ObjectTypeInvalid
.